home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3timeg.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3TIMEGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_TIMEGADGET = 1355;
-
-
-
-
-
-
-
- R3TIMEGA_Seconds = 1355501;
- function SetR3TIMEGA_Seconds(value) {
- R3Set(this.r3obj, R3TIMEGA_Seconds, value, R3TID_FLOAT, 0);
- }
-
- function GetR3TIMEGA_Seconds() {
- return R3Get(this.r3obj, R3TIMEGA_Seconds, R3TID_FLOAT, 0);
- }
-
- R3TIMEGA_UnitConverter = 1355502;
- function SetR3TIMEGA_UnitConverter(value) {
- R3Set(this.r3obj, R3TIMEGA_UnitConverter, value, R3TID_OBJECT, 0);
- }
-
- R3TIMEGA_ZeroBasedFrameIndex = 1355506;
- function SetR3TIMEGA_ZeroBasedFrameIndex(value) {
- R3Set(this.r3obj, R3TIMEGA_ZeroBasedFrameIndex, value, R3TID_BOOLEAN, 0);
- }
-
- R3TIMEGA_Animator = 1355507;
- function SetR3TIMEGA_Animator(value) {
- R3Set(this.r3obj, R3TIMEGA_Animator, value, R3TID_OBJECT, 0);
- }
-
- R3TIMEGA_Relative = 1355508;
- function SetR3TIMEGA_Relative(value) {
- R3Set(this.r3obj, R3TIMEGA_Relative, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Timegadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TIMEGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetSeconds=GetR3TIMEGA_Seconds;
- this.SetSeconds=SetR3TIMEGA_Seconds;
- this.SetUnitConverter=SetR3TIMEGA_UnitConverter;
- this.SetZeroBasedFrameIndex=SetR3TIMEGA_ZeroBasedFrameIndex;
- this.SetAnimator=SetR3TIMEGA_Animator;
- this.SetRelative=SetR3TIMEGA_Relative;
- }
-
- r3Timegadget.prototype=new r3Gadget;
- // r3timeg.h_H